home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 022 / pemacs / memacs.cmds < prev    next >
Text File  |  1995-03-17  |  4KB  |  82 lines

  1. Memacs Command Summary
  2.  
  3. <ctrl-@>        Set Mark at current position.
  4. <ctrl-A>        Move cursor to beginning of line.
  5. <ctrl-B>        Move cursor BACK one character.
  6. <ctrl-C>        Push to a new interactive command shell.
  7. <ctrl-D>        DELETE current character.
  8. <ctrl-E>        Move cursor to END of line.
  9. <ctrl-F>        Move cursor FORWARD one character.
  10. <ctrl-G>        Abort any command. (shades of Teco).
  11. <ctrl-H>        (backspace) delete previous character.
  12. <ctrl-K>        KILL (delete) to end of line.
  13. <ctrl-L>        Redisplay screen.
  14. <ctrl-N>        Move cursor to NEXT line.
  15. <ctrl-O>        OPEN a new line.
  16. <ctrl-P>        Move to PREVIOUS line.
  17. <ctrl-Q>        QUOTE the next character (insert the next character typed).
  18. <ctrl-R>        REVERSE Search.
  19. <ctrl-S>        Forward SEARCH.
  20. <ctrl-T>        TRANSPOSE characters.
  21. <ctrl-U>        Enter repeat count for next command.
  22. <ctrl-V>        VIEW the next screen (scroll up one screen).
  23. <ctrl-W>        Kill region (all text between cursor and last mark set).
  24. <ctrl-Y>        YANK (undelete) last text killed (deleted).
  25. <ctrl-Z>        Save file in current buffer and exit.
  26.  
  27. <ctrl-X>(       Begin keyboard Macro.
  28. <ctrl-X>)       End keyboard Macro.
  29. <ctrl-X>1       Display only current window.
  30. <ctrl-X>2       Split the current window.
  31. <ctrl-X>B       Prompt for new BUFFER.
  32. <ctrl-X>E       EXECUTE keyborad Macro.
  33. <ctrl-X>K       KILL a buffer.
  34. <ctrl-X>N       Move to NEXT window.
  35. <ctrl-X>P       Move to PREVIOUS window.
  36. <ctrl-X>T       Toggle word wrap.
  37. <ctrl-X>Z       Enlarge current window by repete count <ctrl-U> lines.
  38.  
  39. <ctrl-X><ctrl-B> Show active BUFFERS.
  40. <ctrl-X><ctrl-C> Exit without saving buffers.
  41. <ctrl-X><ctrl-F> FIND file.  ?non-working?
  42. <ctrl-X><ctrl-N> Scroll current window up by repete count lines.
  43. <ctrl-X><ctrl-P> Scroll current window up by repete count lines.
  44. <ctrl-X><ctrl-R> READ file into current buffer.
  45. <ctrl-X><ctrl-S> SAVE (write) current buffer into its file.
  46. <ctrl-X><ctrl-V> VISIT a file. Read file and display in current window.
  47. <ctrl-X><ctrl-W> WRITE buffer to file.
  48. <ctrl-X><ctrl-X> SWAP point and mark.
  49. <ctrl-X><ctrl-Z> Reduce current window by repete count lines.
  50.  
  51. <del>           delete previous character.
  52.  
  53. <esc>!          Move current line to repeat count lines from top of window.
  54. <esc>%        Query Replace.
  55. <esc>>          Move cursor to end of buffer.
  56. <esc><          Move cursor to beginning of buffer.
  57. <esc>B          Move cursor BACK one word.
  58. <esc>C          CAPITALIZE (Capitalize) word.
  59. <esc>D          DELETE next word.
  60. <esc><del>      DELETE previous word.
  61. <esc>F          Move cursor FORWARD one word.
  62. <esc>L          LOWERCASE (lowercase) next word.
  63. <esc>Q        PARAGRAPH FILL.
  64. <esc>U          UPPERCASE (UPPERCASE) next word.
  65. <esc>V          VIEW the previous screen (scroll down one screen).
  66. <esc>W        COPY REGION
  67.  
  68. Left Mouse Button = Move memacs cursor to mouse pointer.
  69. Right Mouse Button = Select from menu or move mark to mouse pointer.
  70. Both Mouse Buttons = Delete previous character.
  71.  
  72. F1 = Visit file              /F1 = Save current file
  73. F2 = Select Buffer          /F2 = List current buffers
  74. F3 = Select Next Window          /F3 = Select Previous Window
  75. F4 = Split current window      /F4 = Display only current window
  76. F5 = Reduce window size by count  /F5 = Increase size by count
  77. F6 = Scroll window up 1 line      /F6 = Scroll window down 1 line
  78. F7 = Statistics/current line      /F7 = Move current line to count line
  79. F8 = Open new line          /F8 = Kill line
  80. F9 = Execute KB macro          /F9 = Swap mark and current location
  81. F10 = Save and exit          /F10 = Quit without saving
  82.